PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFGeospatialMeasure Class / setGeographicPoints Method
An array of points in geographic space as degrees of latitude and longitude, respectively.
In This Topic
    setGeographicPoints Method
    In This Topic
    Sets the geographic points.
    These values shall be based on the geographic coordinate system described by .
    Syntax
    public void setGeographicPoints( 
       PDFPoint[] geographicPoints
    )

    Parameters

    geographicPoints
    An array of points in geographic space as degrees of latitude and longitude, respectively.
    Exceptions
    ExceptionDescription
    When points is null.
    See Also